ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelectedItemsCollection<T> Class / Count Property

In This Topic
    Count Property (DataGridSelectedItemsCollection<T>)
    In This Topic
    Gets the amount of items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The amount of items.
    See Also